Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spline AD #26

Merged
merged 8 commits into from
Sep 1, 2024
Merged

Spline AD #26

merged 8 commits into from
Sep 1, 2024

Conversation

marcobonici
Copy link
Member

The goal of this MR is to implement a Zygote compatible spline.

@marcobonici marcobonici self-assigned this Sep 1, 2024
@marcobonici marcobonici added the enhancement New feature or request label Sep 1, 2024
@marcobonici marcobonici linked an issue Sep 1, 2024 that may be closed by this pull request
@marcobonici marcobonici changed the title Modified CI Spline AD Sep 1, 2024
Copy link

codecov bot commented Sep 1, 2024

Codecov Report

Attention: Patch coverage is 78.31325% with 18 lines in your changes missing coverage. Please review.

Project coverage is 38.77%. Comparing base (65bc8dc) to head (d778684).

Files with missing lines Patch % Lines
src/utils.jl 64.86% 13 Missing ⚠️
src/chainrules.jl 89.13% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #26      +/-   ##
===========================================
+ Coverage    30.71%   38.77%   +8.06%     
===========================================
  Files            7        7              
  Lines          407      490      +83     
===========================================
+ Hits           125      190      +65     
- Misses         282      300      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marcobonici marcobonici merged commit 7015896 into develop Sep 1, 2024
5 checks passed
@marcobonici marcobonici deleted the spline_diff branch September 2, 2024 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interpolation differentiation
1 participant